Update cargo tests in prep for new errors
authorJonathan Turner <jturner@mozilla.com>
Tue, 9 Aug 2016 16:23:52 +0000 (09:23 -0700)
committerJonathan Turner <jturner@mozilla.com>
Tue, 9 Aug 2016 16:23:52 +0000 (09:23 -0700)
tests/build-script.rs

index 48a3ce22cf021a59757d9afd25d2088e047db17f..f471f5475b9a942df022d731be198d2ec30f0a1f 100644 (file)
@@ -857,7 +857,6 @@ fn output_separate_lines() {
 [RUNNING] `[..]foo-[..]build-script-build[..]`
 [RUNNING] `rustc [..] --crate-name foo [..] -L foo -l static=foo`
 [ERROR] could not find native static library [..]
-[ERROR] Could not compile [..]
 "));
 }
 
@@ -886,7 +885,6 @@ fn output_separate_lines_new() {
 [RUNNING] `[..]foo-[..]build-script-build[..]`
 [RUNNING] `rustc [..] --crate-name foo [..] -L foo -l static=foo`
 [ERROR] could not find native static library [..]
-[ERROR] Could not compile [..]
 "));
 }